home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / c / m2help.def < prev    next >
Encoding:
Modula Definition  |  1988-08-16  |  459 b   |  13 lines

  1. DEFINITION MODULE KermHelp;
  2. (************************************************************************)
  3. (*  Help shows all possible commands and gives a short explanation      *)
  4. (*  written:            08.10.85     Matthias Aebi                      *)
  5. (*  last modification:  08.10.85     Matthias Aebi                      *)
  6. (************************************************************************)
  7.  
  8. EXPORT QUALIFIED Help;
  9.  
  10. PROCEDURE Help;
  11.  
  12. END KermHelp.
  13.